.bottom{
	position:relative;
}
.bottom_mainLeft{
	height:325;
	background: #1a1617;
}
.bottom_mainLeft_header{
	width:100%;
	height:121px;
	border-bottom:1px solid #797777;
}
.bottom_mainLeft_header>div{
	float:left;
}
.bottom_mainLeft_header_callUs>a{
	display: block;
	width:240px;
    height:121px;
    line-height:121px;
    text-align:center;
    background:#3e796b;
	color:#fff;
	font-size:25px;
}
.bottom_mainLeft_header_callUs>a:hover{
	opacity: 0.9;
}
.bottom_mainLeft_header_img{
	width:145px;
	height:121px;
	background:#0f090b;
}
.bottom_mainLeft_header_img>img{
	padding:22px 0 0 32px;
}
.bottom_mainLeft_header_way{
	height:100%;
	background:#1a1617;
}
.bottom_mainLeft_header_way>ul>li{
	height:32px;
	margin-left:68px;
	margin-top:44px;
	float:left;
}
.bottom_mainLeft_header_way>ul>li>div{
	float:left;
}
.bottom_mainLeft_header_way>ul>li>div:first-child{
	width:30px;
	height:30px;
	border:1px solid #4e4c4d;
}
.bottom_mainLeft_header_way>ul>li>div:first-child>img{
	width:20px;
	height:20px;
	padding:5px;
}
.bottom_mainLeft_header_way>ul>li>div:last-child{
	height:32px;
	line-height:32px;
	color:#939393;
	font-size:13px;
	padding-left:20px;
}
.bottom_mainLeft_bottom{
	border-left:1px solid #333;
	background:#1c1a1a;
	position:relative;
}
.bottom_mainLeft_bottom_header{
	height:122px;
	line-height:122px;
    color:#939393;
    font-size:15px;
	margin-right:17px;
	text-align: right;
}
.bottom_mainLeft_bottom_header>a{
	color:#939393;
	font-size:15px;
}
.bottom_mainLeft_bottom_header>a:hover{
	text-decoration: underline;
}
.bottom_mainLeft_bottom_bottom{
	height:80px;
	line-height:80px;
	color:#626262;
	font-size:12px;
	margin-left:52px;
	border-top:1px solid #252525;
	padding-left:7px;
}
.bottom_mainLeft_bottom_bottom a{
	color:#626262;
	font-size:12px;
}
.bottom_mainLeft_bottom_a{
    position:absolute;
    bottom:0;
    right:20px;
    height:80px;
    line-height:80px;
    color:#626262;
    font-size:12px;
}
.bottom_mainLeft_bottom_a>a{
	color:#626262;
	font-size:12px;
}
.bottom_mainRight{
	width: 170px;
    height: 325px;
    background: #3e796b;
    position: absolute;
    right: 0;
    float: right;
    top: 0;
	display:None;
}
.bottom_mainRight>div{
	width:32px;
	height:32px;
	position:absolute;
}
.bottom_mainRight_wechat{
	top:50px;
	left:35px;
}
.bottom_mainRight_wechat:hover{
	cursor: pointer;
}
#bottom_mainRight_wechat_qr{
	display: none;
	position: absolute;
	top:-150px;
	right:20px;
	background:#fff;
	padding:10px;
	width:130px;
	height:130px;
	z-index: 5;
}
#bottom_mainRight_wechat_qr>img{
	width:100%;
	height:100%;
}
.bottom_mainRight_weibo{
	top:50px;
	left:105px;
}
.bottom_mainRight_weibo:hover{
	cursor: pointer;
}
.bottom_mainRight_up{
	top:165px;
	left:72px;
}
.bottom_mainRight_up:hover{
	cursor: pointer;
}
@media screen and (max-width:1440px){
	.bottom_mainLeft_header_way>ul>li{margin-left: 50px;}
}